ComponentOne ASP.NET MVC Controls
ShowHeaderCollapseButton Method

C1.Web.Mvc.MultiRow.Fluent Namespace > MultiRowBuilder<T> Class : ShowHeaderCollapseButton Method
The value.
Configurates C1.Web.Mvc.MultiRow.MultiRow<T>.ShowHeaderCollapseButton. Sets a value that determines whether the grid should display a button in the column header panel to allow users to collapse and expand the column headers.
Syntax
'Declaration
 
Public Function ShowHeaderCollapseButton( _
   ByVal value As Boolean _
) As MultiRowBuilder(Of T)
public MultiRowBuilder<T> ShowHeaderCollapseButton( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

MultiRowBuilder<T> Class
MultiRowBuilder<T> Members